hvm acpi: Restrict to 15 Processor objects.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:57:50 +0000 (10:57 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:57:50 +0000 (10:57 +0000)
commit774a123b38a3dbe08ad1ab569edc4e848cf67a62
treedb72914804ff27591c8f66c7a5221be7794e2290
parentf28927a9915c1ea48a724c4e2f158db48b6bf26c
hvm acpi: Restrict to 15 Processor objects.

Some versions of Windows 2000 only support no more than 15 cpus in
ACPI table, otherwise it will cause a BSOD
KMODE_EXCEPTION_NOT_HANDLED. This patch decrease the cpu count in the
ACPI DSDT to 15.

Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com>
At the same time, fix the ACPI processor IDs in the Processor objects.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/dsdt.c